SaveAsPng(Surface, string)

Method

Namespace: Imagini.ImageSharp

Declared in: Imagini.ImageSharp.SurfaceExtensions


Saves the surface to the specified file, overwriting it if it exists.

Syntax

public static void SaveAsPng(
	Surface surface,
	string path
)

Back to index